home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / Copy < prev    next >
Encoding:
Text File  |  1993-08-08  |  796 b   |  29 lines

  1. Command Name : Copy
  2.  
  3. Function : Copies files or directories (Not disks)
  4.  
  5. Arguments : [FROM] {<name1>} [TO] {<name2>}
  6.  
  7. Location : C: directory
  8.  
  9. Copy will copy all the files specified in name1 to the drawer in name2.
  10. If a filename is specified in <name2> then the file will be renamed at its
  11. final location.
  12.  
  13. Examples
  14.  
  15. Copy FROM C:Makedir TO Df1:C/
  16.  
  17.         Copies Makedir from the C drawer of the boot disk to the C drawer of
  18.         the disk in the external disk drive.
  19.  
  20. Copy C:Makedir TO DF1:c/NewDrawer
  21.  
  22.         Copies Makedir from the C drawer of the boot disk to the C drawer of
  23.         the disk in the external disk drive then renames it to NewDrawer.
  24.  
  25. Copy C: To Df1:
  26.  
  27.         Copies the entire contents of the boot disk's C directory to the 
  28.         disk in the external disk drive.      
  29.